home *** CD-ROM | disk | FTP | other *** search
/ Meeting Pearls 1 / Meeting Pearls Vol 1 (1994).iso / amok98-106 / amok98 / programminginoberon / readme.pio < prev    next >
Text File  |  1993-10-07  |  2KB  |  71 lines

  1. Remark:
  2.   After adding a dummy Files1 module and a Math module, which have
  3.   not been in the Package that reached me, there have been no
  4.   problems compiling the examples with AmigaOberon 2.45.
  5.   But you have to compile the modules from "The Project Oberon"
  6.   first.
  7.                       22 Oct 1992   hG
  8.  
  9.  
  10. Selected Examples and Exercises from
  11.  
  12. _________________________________________________________
  13. PROGRAMMING IN OBERON, STEPS BEYOND PASCAL AND MODULA
  14. by M.Reiser and N. Wirth,
  15. ACM Press and Addison-Weseley Publishing Company, 1992
  16. ISBN 0-201-56543-9
  17. _________________________________________________________
  18.  
  19.  
  20. Please acknowledge receipt (REISER@IBM.COM).
  21. You will be informed of future updates.
  22.  
  23. TABLE OF CONTENTS:
  24.  
  25. RandomNumbers.Mod    {Random Number Generator, Chapter 2}
  26. Varia.Mod    {Various examples from Chapters 5, 6 and 8}
  27. In.Mod    {Stream-oriented input, Chapter 7}
  28. Out.Mod    {Stream-oriented output, Chapter 7}
  29. XYplane.Mod    {Graphical screen output, Chapter 7}
  30.  
  31. {Iterated function system, Chapter 6-7}
  32. IFS1.Mod
  33. IFS1.Tool    {Tool text with suitable paramters}
  34.  
  35. {Dynamic data structures, Chapter 9}
  36. Lists.Mod    UseLists.Mod    UseLists.Tool
  37. AW.Trees.Mod    UseTrees.Mod    UseTrees.Tool
  38.  
  39. {Simulation package, Chapter 10}
  40. Calendar.Mod    {Simulation calednar}
  41. Paths.Mod    Sequences.Mod    {Computation of statistics}
  42. Model1.Mod    {A single queue model}
  43.  
  44. {Graphics editor, Chapter 12}
  45. Shapes.Mod    {Draws geometrical objects }
  46.  
  47. {Version 1: simple keyboard control}
  48. Graphs1.Mod     {Base module}
  49. Rects1.Mod    FilledRects1.Mod    {specific shapes}
  50. Draft1.Mod    Draft1.Tool    {command module and tool}
  51.  
  52. {Version 2: Mouse support}
  53. Graphs2.Mod     {Base module}
  54. Rects2.Mod    FilledRects2.Mod    {specific shapes}
  55. Draft2.Mod    Draft2.Tool    {command module and tool}
  56.  
  57. {Version 2: Mouse support and file I/O}
  58. Graphs3.Mod     {Base module}
  59. Rects3.Mod    {specific shapes}
  60. Draft3.Mod    Draft3.Tool    {command module and tool}
  61.  
  62.  
  63. {Object-oriented simulation package, Chapter 13}
  64. Qs.Mod    {generic queues module}
  65. Sim.Mod    {Object-oriented simulation calendar}
  66. Stations.Mod    {First-come, first-served station}
  67. Model2.Mod    {A single queue model}
  68.  
  69. Copyright M.Reiser, June 20, 1992.
  70.  
  71.